home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / zbyte11.zip / README < prev   
Text File  |  1993-11-27  |  767b  |  29 lines

  1. /* 0-byte.c */
  2.  
  3. /*
  4.     DESCRIPTION:
  5.     Accepts a DIR listing from Standard Input, and produces a 0-byte
  6.     length file for each file listed in the DIR listing.
  7.  
  8.     Subidirectories are ignored.
  9.  
  10.     USAGE:
  11.  
  12.     DIR \target\subdirectory | 0-BYTE > capture.cap
  13.  
  14.     The 0-byte-length files will be created in the current subdirectory.
  15.     0-byte will not overwrite existing files. Check CAPTURE.CAP for
  16.     the names of duplicate files found.
  17.  
  18.     dap@kandy.com  11/26/93
  19. */
  20.  
  21. /*
  22.     HISTORY:
  23.     If you find a bug, report it. Otherwise it probably won't get fixed.
  24.  
  25.     11/27/93 v1.1 Sets date and time of 0-byte file to reflect date
  26.          and time of original file.
  27.     11/26/93 v1.0 Initial release. First (and hopefully last) version.
  28. */
  29.